.account_type_title i {
    width: 56px;
    height: 56px;
    display: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    border: 6px solid transparent;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}
.account_type_title i::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.account_type_title i span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.at_note {
    font-size: 12.5px;
    font-style: italic;
}
body:not(.rtl) .at_note {
    padding-left: 15px;
}
.rtl .at_note {
    padding-right: 15px;
}
.at_note::before {
    content: "*";
    display: block;
    position: absolute;
    color: #7c878f;
}
body:not(.rtl) .at_note::before {
    left: 15px;
}
.rtl .at_note::before {
    right: 15px;
}
.at_compare_values_col table.unstriped tbody td,
.at_overview_buttons,
.at_overview_col_header {
    padding: 15px 20px;
}
.at_overview_abbreviation {
    position: relative;
}
.at_overview_abbreviation > div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 0px;
}
.at_overview_extra,
.at_overview_abbreviation > div {
    font-size: 12px;
}
.at_overview_order_execution,
.at_overview_title {
    font-size: 15px;
}
.at_overview tbody th,
.at_overview tbody td {
    font-size: 14px;
}
.at_overview tbody th {
    font-weight: 500;
}
.at_overview:not(.at_compare) tbody td {
    text-align: right;
}
.at_overview:not(.at_compare) table.unstriped tbody td:last-child {
    padding: 0.9375rem 1.25rem 0.9375rem 0;
}
.rtl .at_overview:not(.at_compare) table.unstriped tbody td:last-child {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
}
.at_overview_order_execution {
    font-weight: 300;
    color: #959da4;
}
.at_overview_title {
    font-weight: 700;
    text-transform: uppercase;
}
.at_overview_extra,
.at_overview tbody td {
    color: #6f797e;
}
.at_overview_col {
    border: 1px solid #e9edef;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.at_overview_col:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.at_overview_col:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.at_overview_col:not(:first-child) {
    margin-top: 10px;
}
.at_overview_buttons .am_button.am_green i {
    display: none;
}
table.unstriped tbody {
    border: none;
}
.at_overview_col_content,
.at_overview_col_header {
    position: relative;
}
.at_overview_buttons .am_button.am_white,
.at_overview_buttons .am_button.am_green {
    width: 100%;
    min-width: 100%;
}
.active .fa-chevron-down:before {
    content: "\f077";
}
.at_compare_values_col {
    background-color: #fff;
}
.at_compare_titles_col_mobile,
.at_compare_titles_col {
    background: #f7f8f8;
}
.at_compare_titles_col table th {
    white-space: nowrap;
}
.at_compare_titles_col .at_overview_col_header::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    border-top: 3px solid #4caf50;
}
.at_overview_wrap .lSAction > a {
    width: 40px;
    height: 40px;
    z-index: 10;
    margin-top: -25px;
    background: #FFFFFF;
    border: 1px solid #EDF0F1;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    opacity: 1;
    top: calc(50% + 2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.at_overview_wrap .lSAction > a.lSPrev {
    left: 0;
    right: auto;
}
.at_overview_wrap .lSAction > a.lSNext {
    right: 0;
    left: auto;
}
body:not(.rtl) .at_overview_wrap .at_compare .lSAction > a.lSPrev {
    left: calc(16% - 14px);
}
body:not(.rtl) .at_overview_wrap .at_compare .lSAction > a.lSNext {
    right: -14px;
}
.rtl .at_overview_wrap .at_compare .lSAction > a.lSPrev {
    left: -14px;
    right: auto;
}
.rtl .at_overview_wrap .at_compare .lSAction > a.lSNext {
    right: calc(16% - 14px);
    left: auto;
}
.at_overview_wrap .lSSlideOuter {
    -webkit-touch-callout: default;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

@media screen and (max-width: 400px) {
    .at_overview_title_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .at_overview_col_header .at_overview_extra {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
}
@media screen and (max-width: 768px) {
    .at_overview_buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    .at_overview_buttons .am_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 1199px) {
    .at_overview_col_header {
        cursor: pointer;
    }
    .at_overview_col {
        border-radius: 4px;
    }
    .at_overview_col_content {
        border-top: 1px solid #e9edef;
        display: none;
    }
    .at_compare_titles_col_mobile {
        width: 150px;
        position: relative;
    }
    .at_compare_values_row_mobile {
        width: calc(100% - 150px);
        overflow-x: scroll;
    }
    .at_compare_title_mobile {
        font-weight: 500;
        text-transform: uppercase;
    }
    .at_compare_title_mobile,
    .at_compare_values_row_mobile table.unstriped tbody th,
    .at_compare_values_row_mobile table.unstriped tbody td {
        font-size: 12px;
        white-space: nowrap;
        padding: 20px;
    }
    .at_compare_title_mobile:not(.at_compare_label_mobile) {
        padding: 11.25px 20px;
    }
    .rtl .at_compare_mobile table.unstriped tbody td:first-child,
    .rtl .at_compare_mobile table.unstriped tbody td:last-child {
        padding: 0.9375rem 1.25rem;
    }
    .at_compare_title_mobile.at_compare_label_mobile {
        border-top: 1px solid transparent;
        white-space: normal;
        padding: 11.75px 20px;
        min-height: 58.5px;
    }
    .at_compare_values_row_mobile table.unstriped tbody th {
        border-top: 1px solid #e9edef;
    }
    .at_compare_values_row_mobile table.unstriped tbody th,
    .at_compare_values_row_mobile table.unstriped tbody td {
        background: #fff;
        border-right: 1px solid #e9edef;
    }
    .at_compare_values_row_mobile table {
        border-right: 1px solid #e9edef;
    }
    .at_compare_col_header_mobile .at_compare_label_mobile::before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: -1px;
        right: -1px;
        border-top: 3px solid #4caf50;
    }
    .at_compare_title_mobile {
        border-bottom: 1px solid #e9edef;
        border-left: 1px solid #e9edef;
        border-right: 1px solid #e9edef;
    }
    .at_compare_title_mobile .at_overview_abbreviation > div {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        right: 0px;
        margin-right: 10px;
    }
    .rtl .at_compare_title_mobile .at_overview_abbreviation > div {
        margin-right: 0;
        margin-left: 10px;
    }
    .at_compare_title_mobile a {
        color: #252E37;
        border-bottom: 1px solid #252E37;
    }
    .at_compare_desktop,
    .at_overview_buttons .am_button.am_white i,
    .at_overview_wrap .lSAction,
    .at_overview.at_overview_desktop {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .account_type_title > span {
        margin-left: 20px;
    }
    .rtl .account_type_title > span {
        margin-left: 0px;
        margin-right: 20px;
    }
    .at_note {
        font-size: 14.5px;
        font-style: italic;
    }
    .account_type_title i {
        display: inline-block;
    }
    .at_overview_buttons .am_button.am_green {
        width: 65%;
        min-width: 65%;
        margin-bottom: 0;
    }
    .at_overview_buttons .am_button.am_white {
        width: 30%;
        min-width: 30%;
        height: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .at_overview_desktop_compare_wrap .at_overview_desktop,
    .at_overview:not(.at_compare) {
        padding-top: 48px;
    }
    .at_compare_titles_col {
        margin-top: 48px;
    }
    .at_overview_abbreviation > div {
        position: relative;
        margin-top: -50px;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        color: #fff;
        border: 8px solid #f2f2f2;
        font-weight: 700;
    }
    .at_compare .at_overview_abbreviation > div {
        border: 8px solid #fff;
    }
    .at_compare .at_hovered_col .at_overview_abbreviation > div {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    .at_compare .at_overview_abbreviation > div > span {
        opacity: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
    }
    .at_compare .at_hovered_col .at_overview_abbreviation > div > span {
        opacity: 0.6;
    }
    .at_overview_col {
        position: relative;
        border: none;
        width: 100%;
    }
    .at_slider_active .at_overview_desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .at_overview_col .at_overview_col_header {
        border-bottom: 1px solid #e9edef;
    }
    .at_overview_col:first-child .at_overview_table {
        border-bottom-left-radius: 4px;
    }
    .at_overview_col:last-child .at_overview_table {
        border-bottom-right-radius: 4px;
    }
    .at_overview_wrap .at_overview_col.active:not(.at_compare_col):first-child .at_overview_buttons,
    .at_overview_col.active.at_hovered_col:not(.at_compare_col):not(:last-child) .at_overview_buttons,
    .at_overview_col.active.at_hovered_col:not(.at_compare_col):not(:last-child) .at_overview_col_header,
    .at_overview_col.active.at_hovered_col:not(.at_compare_col):not(:last-child) table.unstriped tbody tr,
    .at_overview_col.at_hovered_col:not(.at_compare_col) .at_overview_col_header,
    .at_overview_col.at_hovered_col:not(.at_compare_col) table.unstriped tbody tr,
    .at_hovered_col:not(.at_compare_col) .at_overview_col_header,
    .at_hovered_col:not(.at_compare_col) table.unstriped tbody tr {
        border-left: none;
        border-right: none;
    }
    .at_hovered_col:not(.at_compare_col) .at_overview_col_header {
        border-top: none;
    }
    .at_overview_col table.unstriped tbody tr:last-child {
        border-bottom: none;
    }
    .at_overview_col:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -83px;
        opacity: 0;
        height: 100%;
        background: white;
        border-radius: 4px;
        pointer-events: none;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease;
        -webkit-box-shadow: 0px 6px 28px rgba(30, 37, 44, 0.1);
        box-shadow: 0px 6px 28px rgba(30, 37, 44, 0.1);
    }
    .at_overview_col.at_hovered_col {
        position: relative;
        z-index: 1;
    }
    .at_overview_col .at_action_wrap,
    .at_overview_col .at_compare_col_wrap {
        border: 1px solid #e9edef;
    }
    .at_overview_col:last-child .at_action_wrap {
        border-radius: 0 4px 4px 0;
    }
    .at_overview_col.at_compare_col.at_hovered_col {
        z-index: 1;
    }
    .at_overview_col.at_compare_col.at_hovered_col:before {
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0px 6px 28px rgba(30, 37, 44, 0.1);
        box-shadow: 0px 6px 28px rgba(30, 37, 44, 0.1);
        opacity: 1;
    }
    .at_compare .at_compare_col  table tr.at_hovered_table_row {
        background: #f7f8f8;
    }
    .at_overview_col .at_overview_buttons {
        opacity: 0;
        padding: 15px 20px 15px 20px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        z-index: -1;
    }
    .at_compare .at_overview_col .at_overview_buttons  {
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .at_compare .at_compare_col .at_overview_buttons a  {
        opacity: 0.8;
    }
    .at_compare .at_compare_col:hover .at_overview_buttons a  {
        opacity: 1;
    }
    .at_overview_col.at_hovered_col .at_overview_buttons {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        pointer-events: all;
        z-index: 10;
    }
    .at_hovered_col:before {
        opacity: 1;
    }
    .at_overview_col:not(:first-child) {
        margin-top: 0;
    }
    .at_overview_col table {
        margin-bottom: 0;
    }
    .at_hovered_col:not(.at_compare_values_col) {
        -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
        transform: translateY(-11px);
        border-color: transparent;
        border-radius: 4px;
    }
    .at_overview_buttons_wrap {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: -1;
    }
    .at_hovered_col .at_overview_buttons_wrap {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10;
    }
    .at_overview_buttons.over_white .am_button.am_green i {
        display: inline-block;
    }
    .at_overview_col_header {
        pointer-events: none;
    }
    .at_overview_buttons .am_button.am_white span,
    .at_overview.at_overview_mobile,
    .at_overview_col_header .at_overview_title i,
    .at_overview_buttons.over_white .am_button.am_green span,
    .at_overview_buttons.over_white .am_button.am_white i {
        display: none;
    }
    .at_overview_buttons.over_white .am_button.am_white span {
        display: block;
    }
    .at_overview_buttons .am_button.am_green,
    .at_overview_buttons.over_white .am_button.am_white {
        width: 75%;
        min-width: 75%;
    }
    .at_overview_buttons.over_white .am_button.am_green {
        background-color: #fff;
        color: #252E37;
        border-color: #e9edef;
    }
    .at_overview_buttons .am_button.am_white,
    .at_overview_buttons.over_white .am_button.am_green {
        width: 21%;
        min-width: 21%;
        height: 100%;
    }
    .at_overview_buttons .am_button {
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .at_overview_col_header {
        cursor: default;
    }
    .at_compare_titles_col .at_overview_title_wrap {
        margin-top: 22px;
    }
    .at_overview.at_compare .at_overview_col_header {
        height: 115px;
    }
    .at_compare_titles_col {
        width: 16%;
        float: left;
    }
    .at_overview_desktop_compare_wrap {
        width: 84%;
        display: inline-block;
    }
    .rtl .at_compare_titles_col {
        float: right;
    }
    .at_overview_wrap.at_slider_active,
    .at_overview_wrap .at_overview_desktop_compare_wrap .at_overview_desktop,
    .at_overview_wrap.at_slider_active .lSSlideOuter,
    .at_overview_wrap.at_slider_active .lSSlideWrapper,
    .at_overview_wrap.at_slider_active .at_overview {
        overflow: inherit;
    }
    .at_overview_wrap.at_slider_active .at_overview_col.lslide:not(.visible) {
        opacity: 0;
        cursor: default;
        pointer-events: none;
        position: relative;
        z-index: -99;
    }
    .at_overview.at_compare.at_compare_desktop {
        position: relative;
    }
    .rtl .at_overview_col {
        direction: rtl;
    }
    .rtl .at_overview_wrap,
    .rtl .at_overview.at_compare.at_compare_desktop {
        direction: ltr;
    }
}
